It's been a while since the last post. But I had to fiddle a little with java around and complete a software project for my studies, which was based on Catalyst.
Catalyst is an elegant, simple, thought through framework for building web applictions following the MVC paradigm. And did I mention it's great?
After diving in into the concept, using the bundled tool (catalyst.pl) to generate a stub webapp, I had a basic but working webapp by just starting script/myapp_server.pl.Only a little more polished was required to the template toolkit templates to actually have a visibile appealing interface. So the rest of the project we spent our time to add tests, some more actions to the controller and some more model classes. All step by step, simple and fun.
If you haven't heard of Catalyst yet, be sure to check it out at catalyst.perl.org or join IRC on irc://irc.perl.org/Catalyst.